Q-Help - the SuperBASIC Programmers Reference
---------------------------------------------

v1.00 - The initial release version

v1.01 - When the parameter is passed from Q-Index, this is now case-sensitive,
        thus allowing you to find keywords such as DEFine PROCedure.

        If you link this program into SuperBASIC with:
            LRESPR win1_BASIC_HELP_QHELP_Obj
        you can now use the command:
            Q_HELP 'ABS'
        to get help on the keyword ABS for example.  Note that the keyword is
        case sensitive!!

        PRINT added to the files, other help files updated.

v1.02 - Some of the help files were updated.

v1.03 - Users with higher resolution can now split the screen by pressing F4,
        this allows them to see a list of all topics covered by the help
        program.

        Find option now added to split screen - enter the text you are looking
        for.

        Help files updated to take account of Release 2 of the Reference Manual.

        Sort routine speeded up substantially.

v1.04 - Further improvements to the sort routine

        If you pass a parameter when calling the program, such as
         EXEC win1_QHelp_obj;'PRINT'
        or
         Q_Help 'PRINT'
        the search is no longer case sensitive.

        A new Find function has been added to the smaller screen.  This
        calls up a menu in which you can enter a string to look for.  This
        search is not case sensitive.

        All of the help files with only two character names were not included
        as ACP does not seem to pick these up ready to be zipped!!

v1.05 - Minor changes to the Find sub-menu on the small screen size
        Passing 'procedure' or 'on' to the program when it is called now works!

v1.06 - Extra keywords added

v1.07 - The scroll bars in both windows now work properly in F4 mode
                                 REMEMBER!!

For more detailed descriptions and programming examples, please get the SBASIC/
SuperBASIC Reference Manual.
